Configurates the
C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus.
Syntax
'Declaration
Public Function OnClientLostFocus( _
ByVal As String _
) As TBuilder
public TBuilder OnClientLostFocus(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also